/ Assembly List / LJCSQLUtilLib / LJCMetadata / GetForeignKeyConstraintSql

Namespace - LJCSQLUtilLib


Parameters
tableName - The table name.
mdColumns - The MdDataColumns object.

Returns

The Foreign Key Constraints SQL string.

Syntax

C#
public String GetForeignKeyConstraintSql(String tableName, DbMetaDataColumns mdColumns)

Creates and returns the Foreign Key Constraing SQL for the foreign keys.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.